home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- puppetSprite(5, 1)
- set LastTick to the ticks
- set OriginalTick to the ticks
- repeat while (the ticks - OriginalTick) < 100
- set y to 4 * (the ticks - LastTick)
- set LastTick to the ticks
- set the locV of sprite 5 to the locV of sprite 5 + y
- updateStage()
- end repeat
- puppetSprite(5, 0)
- end
-
- on mouseUp
- puppetSprite(5, 0)
- go(114)
- end
-